-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support managed_draining
argument at aws_ecs_capacity_provider
#158
feat: Support managed_draining
argument at aws_ecs_capacity_provider
#158
Conversation
managed_draining
argument at aws_ecs_capacity_provider
resourcemanaged_draining
argument at aws_ecs_capacity_provider
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a breaking change - we have a few other breaking changes batched up now so we should do them all at once
also - the version would need to be aligned across the project
@bryantbiggs should I do something additionally from my side in that case? |
yes @ivan-sukhomlyn the |
oops! |
…version on minor version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Merging this into the wip/v6
branch
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Support of
managed_draining
argument atauto_scaling_group_provider
block ofaws_ecs_capacity_provider
resource introduced byMotivation and Context
Breaking Changes
>=5.34.0
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectsFor already created ECS ASG capacity provider:
pre-commit run -a
on my pull request